home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
FIELD.DIR
/
00004_Script_fr loop3
< prev
next >
Wrap
Text File
|
1996-02-21
|
457b
|
19 lines
on exitFrame
global WhichChannel, AmbientSound, WhichCast
if SoundBusy(1) then
if the Timer > 5 * 60 then
set the CastNum of sprite WhichChannel to WhichCast
go to "Loop4"
else if RollOver(WhichChannel) then
go to the frame
else
set the CastNum of sprite WhichChannel to WhichCast
go to "Loop2"
end if
else
sound PlayFile 1, AmbientSound
go to the frame
end if
end